.. _EEex_GetActorCurrentDest: =================================== EEex_GetActorCurrentDest =================================== :: EEex_GetActorCurrentDest(actorID) Returns actor current destination as an x, y point coordinate **Parameters** * **actorID** - the actor's id to return the current destination for **Return** Returns an x, y point coordinate **Example** :: local destX, destY = EEex_GetActorCurrentDest(actorID) **See Also** :ref:`EEex_GetActorPosDest`, :ref:`EEex_GetActorMovementRate`, :ref:`EEex_GetActorDirection`, :ref:`EEex_GetActorLocation`